home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / 5Miles2Go.swf / scripts / DefineButton2_190 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-07-07  |  127 b   |  11 lines

  1. on(release){
  2.    if(race_events < "10")
  3.    {
  4.       gotoAndStop(281);
  5.    }
  6.    else
  7.    {
  8.       gotoAndStop(280);
  9.    }
  10. }
  11.